EinhugurWord.TableStylePart
TableStyle
TableStyle (private) | Private constructor. |
BackgroundColor (Inherited) | Sets or gets the Background color. |
Bold (Inherited) | Gets or sets Bold type face. |
Caps (Inherited) | Sets or gets the text caps (None, Caps or Smallcaps) |
CellVerticalAlignment (Inherited) | Sets or gets vertical alignment for table cell. |
ColumnBandSize | Specifies the number of columns which shall comprise each a table style column band for this table style. |
FontName (Inherited) | Gets or sets name of the font in the style. |
FontSize (Inherited) | Gets or sets size of the font in the style. |
HasBackgroundColor (Inherited) | Returns true if the part has Background color, else false. |
HasTextColor (Inherited) | Returns true of the Style has text color. |
HasUnderlineColor (Inherited) | Returns true if Underline in the Run has color on it, else false. |
HighlightColor (Inherited) | Sets or gets the highlight color in the style. |
Italic (Inherited) | Gets or sets Italic type face. |
ParentStyle | Returns ParentStyle which the style inherits from or nil if there was no parent. |
RowBandSize | Specifies the number of rows which shall comprise each a table style row band for this table style. |
Spacing (Inherited) | Specifies the amount of character pitch which shall be added or removed after each character in a run. |
Strikethrough (Inherited) | Sets or gets strike through style. |
TextColor (Inherited) | Gets or sets TextColor. |
Underline (Inherited) | Sets or gets the underline style. |
UnderlineColor (Inherited) | Returns color of the Underline or black if there is no color or is no underline. |
VerticalAlignment (Inherited) | Sets or gets vertical alignment which is basically subscript and superscript. |
Border (Inherited) | Returns border info object of given type for the table style part. |
ClearBackgroundColor (Inherited) | Clears the Background color from the part. |
ClearTextColor (Inherited) | Clears text color from the style. |
ClearUnderlineColor (Inherited) | Clears underline color from the style. |
SetUnderlineWithColor (Inherited) | Sets underline and color for the underline. |
TablePart | Returns table part. Like if you for example want to focus on every other row part. |